Resource StructureDefinition/FHIR Server from package portuguese.core.guide#1.0.0 (47 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "BundlePTCore",
"url" : "https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/BundlePTCore",
"version" : "1.0.0",
"name" : "BundlePTCore",
"title" : "Bundle PT Core",
"status" : "active",
"date" : "2024-03-18T18:13:59.5083082+00:00",
"publisher" : "SPMS",
"contact" : [
{
"name" : "Interoperabilidade Semântica",
"telecom" : [
{
"system" : "url",
"value" : "https://www.spms.min-saude.pt"
}
]
}
],
"description" : "O recurso Bundle é o container que agrega os diversos recursos que compõem a mensagem.",
"fhirVersion" : "4.3.0",
"kind" : "resource",
"abstract" : false,
"type" : "Bundle",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Bundle",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Bundle.id",
"path" : "Bundle.id",
"min" : 1
},
{
"id" : "Bundle.meta",
"path" : "Bundle.meta",
"type" : [
{
"code" : "Meta",
"profile" : [
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/MetaPTCore"
]
}
]
},
{
"id" : "Bundle.identifier",
"path" : "Bundle.identifier",
"short" : "Persistent identifier for the bundle",
"definition" : "A persistent identifier for the bundle that won't change as a bundle is copied from server to server.",
"type" : [
{
"code" : "Identifier",
"profile" : [
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/ExtensionIdentifierPTCore"
]
}
]
},
{
"id" : "Bundle.identifier.type.coding.id",
"path" : "Bundle.identifier.type.coding.id",
"comment" : "."
},
{
"id" : "Bundle.type",
"path" : "Bundle.type",
"definition" : "Obrigatório a identificação de um dos seguintes códigos:\r\n\r\nâdocumentâ - O Bundle é do tipo documento. O primeiro recurso é o Composition.\r\n\r\nâmessageâ - O Bundle é do tipo mensagem. O primeiro recurso é o MessageHeader. \r\n\r\nâtransactionâ - O Bundle do tipo transação.\r\n\r\nâtransaction-responseâ - O Bundle é uma resposta a uma mensagem com tipo de Bundle transaction. \r\n\r\nâbatchâ - O Bundle é um conjunto de ações.\r\n\r\nâbatch-responseâ - O Bundle é uma resposta a uma mensagem com tipo de Bundle batch.\r\n\r\nâhistoryâ - O Bundle é uma lista de recursos referente a uma interação de dados históricos.\r\n\r\nâsearchsetâ- O Bundle é uma lista de resultados de uma pesquisa.\r\n\r\nâcollectionâ - O Bundle é um conjunto de recursos agrupados num único pacote."
},
{
"id" : "Bundle.timestamp",
"path" : "Bundle.timestamp",
"definition" : "No caso de Bundle.Type: \r\n\r\n- document, corresponde à data em que o documento foi criado.\r\n\r\n- message, corresponde à data em que o conteúdo da mensagem foi criado.\r\n\r\n- history, corresponde à data em que o conteúdo foi criado. \r\n\r\n- searchset, corresponde à data em que o conjunto da pesquisa foi criado.\r\n\r\nO formato é o definido pela ISO8601, incluindo a descrição da time zone (UTC)"
},
{
"id" : "Bundle.total",
"path" : "Bundle.total",
"definition" : "Usado apenas no caso do Bundle.Type com valor search ou history."
},
{
"id" : "Bundle.link",
"path" : "Bundle.link",
"definition" : "Lista de links relacionados com o bundle"
},
{
"id" : "Bundle.entry.link",
"path" : "Bundle.entry.link",
"definition" : "Lista de links relacionados com a entrada"
},
{
"id" : "Bundle.entry.resource",
"path" : "Bundle.entry.resource",
"definition" : "Recurso referenciado pelo Bundle, respeitando as regras da entry."
},
{
"id" : "Bundle.entry.response.outcome",
"path" : "Bundle.entry.response.outcome",
"definition" : "Recurso referenciado pelo Bundle.\r\n\r\nAplicável no Bundle.Type: batch-response, transaction-response e history."
},
{
"id" : "Bundle.signature",
"path" : "Bundle.signature",
"definition" : "Assinatura digital"
},
{
"id" : "Bundle.signature.who",
"path" : "Bundle.signature.who",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/PractitionerPTCore",
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/PractitionerRolePTCore",
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/RelatedPersonPTCore",
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/PatientPTCore",
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/DevicePTCore",
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/OrganizationPTCore"
]
}
]
},
{
"id" : "Bundle.signature.onBehalfOf",
"path" : "Bundle.signature.onBehalfOf",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Practitioner",
"http://hl7.org/fhir/StructureDefinition/PractitionerRole",
"http://hl7.org/fhir/StructureDefinition/RelatedPerson",
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/Device",
"http://hl7.org/fhir/StructureDefinition/Organization",
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/PractitionerPTCore",
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/PractitionerRolePTCore",
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/RelatedPersonPTCore",
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/PatientPTCore",
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/DevicePTCore",
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/OrganizationPTCore"
]
}
]
},
{
"id" : "Bundle.signature.onBehalfOf.identifier",
"path" : "Bundle.signature.onBehalfOf.identifier",
"type" : [
{
"code" : "Identifier",
"profile" : [
"https://spms.min-saude.pt/fhir-r4B/iop/StructureDefinition/IdentifierPTCore"
]
}
]
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.